projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbd34cd
)
gtk: fix gi-docgen link type
author
Bilal Elmoussaoui
<bil.elmoussaoui@gmail.com>
Tue, 25 May 2021 09:25:32 +0000
(09:25 +0000)
committer
Bilal Elmoussaoui
<bil.elmoussaoui@gmail.com>
Tue, 25 May 2021 09:25:32 +0000
(09:25 +0000)
constructors are supposed to use "ctor" as a link type, not new
gtk/gtkdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdialog.c
b/gtk/gtkdialog.c
index db3ecb60e0c782886ac63405de14774fa056eb7e..7c88f12113f07a7a8f8f19a514246c3c23ac6409 100644
(file)
--- a/
gtk/gtkdialog.c
+++ b/
gtk/gtkdialog.c
@@
-953,7
+953,7
@@
gtk_dialog_add_buttons_valist (GtkDialog *dialog,
*
* This is the same as calling [method@Gtk.Dialog.add_button]
* repeatedly. The variable argument list should be %NULL-terminated
- * as with [
new
@Gtk.Dialog.new_with_buttons]. Each button must have both
+ * as with [
ctor
@Gtk.Dialog.new_with_buttons]. Each button must have both
* text and response ID.
*/
void